projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ace1f5
)
win32: Add missing enum value to switch statement
author
Benjamin Otte
<otte@redhat.com>
Tue, 21 May 2019 05:17:44 +0000
(07:17 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 21 May 2019 05:23:30 +0000
(07:23 +0200)
gtk/gtkprintoperation-win32.c
patch
|
blob
|
history
diff --git
a/gtk/gtkprintoperation-win32.c
b/gtk/gtkprintoperation-win32.c
index 4f21c1f17ff9e4c48d3b430c62ede81aa2b5b843..ed6dfd797f6877e7f9feb1d2bbe71d3c2c089770 100644
(file)
--- a/
gtk/gtkprintoperation-win32.c
+++ b/
gtk/gtkprintoperation-win32.c
@@
-1211,6
+1211,7
@@
dialog_from_print_settings (GtkPrintOperation *op,
switch (print_pages)
{
default:
+ case GTK_PRINT_PAGES_SELECTION:
case GTK_PRINT_PAGES_ALL:
printdlgex->Flags |= PD_ALLPAGES;
break;